KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

KiiListResult<T> Generic Class

Kii list result.

Syntax

public class KiiListResult<T>

Type Parameters

T
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Members

See Also: Inherited members from object.

Public Properties

[read-only]
HasNext bool . Gets a value indicating whether this result has more data.
[read-only]
PaginationKey string . Gets the pagination key to retrieve the pending results.
[read-only]
Result List<T> . Gets the result.

Member Details

HasNext Property

Gets a value indicating whether this result has more data.

Syntax

public bool HasNext { get; }

Value

true if there are pending results; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

PaginationKey Property

Gets the pagination key to retrieve the pending results.

Syntax

public string PaginationKey { get; }

Value

Returns null if HasNext returns false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Result Property

Gets the result.

Syntax

public List<T> Result { get; }

Value

Returns empty list if there's no results.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0